home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE3 / POWERBASE / SCRIPTS / Scripts / Elements / Script4 < prev    next >
Text File  |  2001-06-22  |  440b  |  23 lines

  1. !SCRIPT QUIET
  2.  
  3. !COMMENT Load print selection (NOTE contains concatenated fields)
  4. !SELECTION Fields2
  5.  
  6. !COMMENT Load print options file from PrintRes
  7. !COMMENT Hard copy printout, landscape in 3 columns
  8. !COMMENT Sorted in descending order of atomic number
  9. !PRINTOPTS Options2
  10.  
  11. !COMMENT Print all elements
  12. !QUERY ALL
  13.  
  14. !COMMENT Clear selection
  15. !SELECTION
  16.  
  17. !COMMENT Restore default options
  18. !PRINTOPTS
  19.  
  20. !COMMENT End script (optional)
  21. !SCRIPT END
  22.  
  23.